home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
utils
/
3dkit1
/
xto3.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-05-22
|
207 b
|
6 lines
rem -- Produces a SHRINKed 3DV file fron XYZ output, and cleans up
rem -- Takes the XYZ file name (without extension) as the only argument
XYZto3DV %1.3DL | SHRINK > %1.TMP
del %1.3d?
ren %1.TMP %1.3DV